.banner {
    background-color: transparent; 
    border-bottom: solid; 
    border-color:#99ccff;
    color: black;
    position: fixed;
    left: 30px;
    top: 30px;
    width: 1000px;
    height: 100px;
    font-family: 'Arial', sans-serif;
}

.banner h1 {
    padding-left: 170px;
    font-size: 40px;
}

.banner img {
    position: fixed;
    left: 60px; 
    top: 40px;  
    width: 80px;
    height: 80px;
}

.menu {
    color: #0d47a1;
    position: fixed;
    left: 30px;
    top: 150px;
    width: 150px;
    height: 450px;
    color: black;
    border-right: solid;
    border-color:  #99ccff;
    font-family: 'Verdana', sans-serif; 
}

.menu p {
    padding-left: 20px;
}

.content {
    position: relative;
    left: 200px;
    top: 80px;
    width: 830px;
    font-size: 10px;
    font-family: 'Verdana', serif; 
}

.content h5 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Verdana', serif; 
    color: black;
}

.footer {
    color: #0d47a1;
    position: fixed;
    left: 30px;    
    top: 620px;
    width: 1000px;
    height: 80px;
    color: black;
    border-top: solid;
    border-color: #99ccff; 
    font-family: 'Times New Roman', serif;
}

.footer p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

#bio-pic {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 200px;
    height: auto;
    border: 3px solid #99ccff;
}

.bio-section {
}

.content p {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Times New Roman', serif;
}

.link {
	color: black;
	text-decoration: underline;
}